home *** CD-ROM | disk | FTP | other *** search
- // Copyright 1994 by Jon Dart. All Rights Reserved.
-
- #ifndef _GLOBALS_H
- #define _GLOBALS_H
-
- // global variables
-
- #include "movearr.h"
-
- #ifdef WINDOWS
- #include "book.h"
- extern Book *opening_book;
- #include <wpapp.h>
- extern WPMainWin *appWin;
- #endif
-
- extern Move_Array *game_moves;
- #endif
-
-